home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / W_WRAP.H < prev    next >
C/C++ Source or Header  |  1996-11-24  |  223b  |  10 lines

  1. .I 0 2
  2. /* +++Date last modified: 07-Nov-1995 */
  3.  
  4. .I 6 2
  5. #include <stddef.h>     /* For size_t     */
  6. #include <stdio.h>      /* For FILE       */
  7. .D 7 1
  8. .I 10 1
  9. void center(FILE *file, char *string, size_t width);
  10.